crypto/internal/mlkem768.decryptionKey.s (field)
6 uses
crypto/internal/mlkem768 (current package)
mlkem768.go#L103: s [k]nttElement // ByteDecode₁₂(dk[:decryptionKeySize])
mlkem768.go#L198: s := &dk.s
mlkem768.go#L408: for i := range dx.s {
mlkem768.go#L413: dx.s[i] = f
mlkem768.go#L435: for i := range dx.s {
mlkem768.go#L436: mask = polyAdd(mask, nttMul(dx.s[i], ntt(u[i])))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |